Welcome![Sign In][Sign Up]
Location:
Search - event driven

Search list

[WinSock-NDIS局域网扫描空密码主机和ftp共享资源

Description: 本安全评估系统通过对网络设备进行自动的安全漏洞检测和分析,模拟漏洞分析专家及安全专家的技术,提供基于策略的安全风险管理过程。网络漏洞扫描可执行预定的或事件驱动的网络探测,去识别可能被入侵者利用的网络安全漏洞。网络漏洞扫描提供了多种缺省的扫描策略配置,同时允许用户自己订做符合特定要求的策略。通过确认正确的配置,保证用户不会忽略正式的安全策略,使所有的系统都保持合理的安全性来抵御外部的攻击。-assessment of the security system of network equipment for the automatic detection and vulnerability analysis, vulnerability analysis simulation experts and the technical experts, policy-based security risk management process. Network Vulnerability scanning executable scheduled or event-driven network detection, to identify possible intruders use network security loopholes. Network Vulnerability Scanning providing a wide variety of scanning default policy configuration, and allows the user to build with their own specific requirements of the strategy. By identifying the correct configuration ensures that the users will not overlook the formal security policy, so that all the systems are to maintain a reasonable security to withstand external attack.
Platform: | Size: 165763 | Author: 石林 | Hits:

[BREWAppleMove

Description: BREW手机平台下的实例,实现苹果的移动。 通过按键盘的 “UP”、“Down”、“Left”、“Right”使整个苹果可以在屏幕上自由移动(Step=1),通过按“*”使苹果回到初始位置(屏幕的中间) 1,苹果是由4个对象组合而成,移动的时候如何成为一个整体 2、作为key事件驱动区分各个按键动作 3、苹果的每一次移动都是以上一次苹果的位置为参考 -BREW mobile platform example, the realization of Apple mobile. According to the keyboard through the "UP", "Down", "Left" and "Right" so that the whole Apple can move freely on the screen (Step = 1), adopted by the "*" Apple back to the initial position (screen middle) 1, Apple is 4 objects combination, the mobile how to be an overall 2, as key distinction between event-driven buttons all three movements, each time Apple's been more than a mobile Apple's position as a reference
Platform: | Size: 130614 | Author: shang | Hits:

[WinSock-NDIS网络评估系统

Description: 该项目通过对网络设备进行自动的安全漏洞检测和分析,模拟漏洞分析专家及安全专家的技 术,提供基于策略的安全风险管理过程。网络漏洞扫描可执行预定的或事件驱动的网络探测, 去识别可能被入侵者利用的网络安全漏洞。网络漏洞扫描提供了多种缺省的扫描策略配置,同 时允许用户自己订做符合特定要求的策略。通过确认正确的配置,保证用户不会忽略正式的安 全策略,使所有的系统都保持合理的安全性来抵御外部的攻击。 -the project through the network equipment for the automatic detection and vulnerability analysis, vulnerability analysis simulation experts and the technical experts, policy-based security risk management process. Network Vulnerability scanning executable scheduled or event-driven network detection, to identify possible intruders use network security loopholes. Network Vulnerability Scanning providing a wide variety of scanning default policy configuration, and allows the user to build with their own specific requirements of the strategy. By identifying the correct configuration ensures that the users will not overlook the formal security policy, so that all the systems are to maintain a reasonable security to withstand external attack.
Platform: | Size: 1170077 | Author: 大大 | Hits:

[Other resource复件 轮渡问题

Description: 1. 汽车轮渡口,过江渡船每次能载10辆车过江,过江车辆分为客车类和货车类,上渡船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车。若等待客车不足4辆,则从货车代替,若无货车等待允许客车上船。试写一个算法模拟渡口管理。 算法设计: 1客车和货车均建立一个链式队列,初始均为空。以后来一辆车不是货车就是客车,因此可以说整个程序的事件驱动event就是这两个,客车表示1,货车表示0. 2轮船还没有到达时客车和货车均按次序排在各自队列中。 3轮船到达时,根据两个队列的情况,分别处理。处理如下: a 客车数不满4辆,则将排在前面的货车上船,但总数不能超过10,若没有货车等待,客车直接上船。 b 客车数满4,但不满8辆,客车先上,排在前面的只有一辆货车可以上船,若没有货车等待则货车不上。 c 客车满8辆但不满10,客车上船,排在前面的货车最多可以上2辆,但总数不能超过10。 d 客车满10,则全上客车,但总数不能超过10。 -1. I car ferry, crossing the river each ferry can carry 10 cars crossing the river, crossing the river into passenger vehicles and goods category, Ferry on the following provisions : first vehicle in a first embarkation, the first passenger ferry in the truck and four on each passenger will be permitted on a lorry. If waiting for the bus less than four, then replace the truck, without waiting for the lorry to allow passenger embarkation. Try to write a simulated crossing management. Algorithm design : a bus and the truck were established a chain cohort, the initial were empty. Later, a car is not a passenger vehicle is, it can be said of the entire process event-driven event is the two, said a passenger, said the lorry 0. Two ships have not yet arrived at the bus and the truck were ranked
Platform: | Size: 2614 | Author: 西们子 | Hits:

[OtherTC 2.0 挖地雷

Description: TC 2.0 挖地雷 关于TC2.0版的挖地雷 1、整个游戏基于事件驱动的工作方式,这一点和windows应用程序是相通的。在程序的主 干中,不停的捕捉鼠标事件,再通过一个函数: Bool analysis(CPoint point, ClickInfor infor) 来分析鼠标事件作用在哪个对象上(游戏中的元素,比如按钮、菜单、地雷单元格都是 作为一个对象来看待),然后把鼠标事件分配到相应的对象上。不同的对象,对鼠标事件 有自己的事件处理函数,比如菜单的事件处理函数有两个:单击菜单项和鼠标焦点落在 菜单项上。菜单对象能够依据analysis传给它的击键信息,来判断到底调用哪个事件处 理函数。(在windows编程中,其实也是给对象或控件写事件处理函数)。 当然了,我这个程序中事件处理机制是非常基础和简单的,因为用的是TC2.0的编译器, 所以很多东西要自己写,会麻烦一些。 ………………详细情况见包内文档!-TC 2.0-dug mines WITH TC 2.0 version of the mines dug an entire game based on event-driven means that the work of this point and windows applications are interlinked. The backbone of the proceedings, repeatedly capturing mouse events, and through a function : Bool analysis (jumping point, ClickInfor infor) to analyze the role of the mouse incident which targeted (game elements, such as buttons, menus, mines cells are targeted as a treat) and then the mouse events corresponding to the distribution of the object. Different targets, the right mouse events has its own function of the incident, such as the incident menu function is two-fold : a menu item and click the mouse focus fell on the menu items. Object menu based on the analysis of the keyboard it pass information to determine which eve
Platform: | Size: 57510 | Author: miao | Hits:

[Other resource存储管理源代码

Description: 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作业结束时其占用主存被回收。 2、数据结构设计 ...... typedef struct Event_DataType{事件数据类型的定义intEventType事件的类型 申请ASK或释放RELEASE int OccurTime 事件发生的时间 char JobName 申请主存或被回收主存的作业名 int JobId 进入系统的作业在作业表中相应表项的编号 int SizeOfMemoryForAsk 作业申请占用主存的尺寸 int OccupyTimeOfMemoryForAsk 作业申请占用主存的时间长度 int WaitFlag 该事件是否等待过TRUE或FALSE-storage management through source code one, Variable storage management through the basic strategy of a) not divided into several pre-fixed Division, through the establishment of operations in the processing of the district by the size of demand for space operations decision. 2) use of the various methods pointer idle through link from the linked list, to record the status quo distribution of the main deposit. 3) the allocation and recovery algorithm by idle through links to the different classifications, the best and the worst, the first four and the next adaptation algorithms. Two, the program simulates a design, the basic idea using event-driven model. Events are : a) for the main deposit, said an operation created when the main deposit resource requirements; 2) The release of the main
Platform: | Size: 6101 | Author: Joly | Hits:

[Embeded-SCM DevelopMicroStar

Description: 引入事件驱动观念的抢占式多任务微型实时内核——MicroStar的设计与实现;提出基于事件的优先级这一新概念。-introduction of the concept of event-driven preemptive multi-tasking real-time micro-kernel -- the design and MicroStar achieved; Based on the proposed priority of this new concept.
Platform: | Size: 52970 | Author: 许友来 | Hits:

[JSP/Javasmsbean

Description: smsbean短信平台 系统内部全部采用事件激发方式,所有工作线程都是由事件驱动模式,这样保证系统最大工作和效率在数据处理层和网关数据的传输调度上是采用异步,并行的处理模式,在最大程度上减 少IO操作对工作线程的影响,同时对数据库的采用批处理的模式,最大限度减少对数据库的IO操作。-smsbean SMS platform within the system to stimulate the use of the incident, all threads are event-driven model, thus ensuring maximum operating systems and efficiency in data processing and gateway layer data transmission scheduling is using asynchronous and parallel processing mode, to the maximum extent possible to reduce IO operation Thread of work, the database used in batch mode to minimize the database IO operation.
Platform: | Size: 577254 | Author: 理想 | Hits:

[JSP/Javanioserver

Description: 一个基于事件驱动的JAVA NIO 服务器源码!-an event-driven based on the Java NIO server source code!
Platform: | Size: 10240 | Author: renminbi | Hits:

[Software EngineeringZincProgrammersGuide

Description: Zinc is an object oriented, platform independent, framework for designing graphical user interfaces (GUIs) for cross platform applications. Zinc is scalable and customizable. It provides a full-featured toolkit for the creation of GUIs and event-driven applications.
Platform: | Size: 865280 | Author: 刘志栋 | Hits:

[PropertySheetEvent

Description: 事件驱动,通过定义类,可以自动实现时间显示.主要目的是学习事件如何进行写.-Event-driven, by the definition of categories, you can automatically display the time. The main purpose is to learn how to write incident.
Platform: | Size: 1024 | Author: Jkinglyf | Hits:

[CommunicationCSerialPort

Description: 自己经常使用的串口类,功能全,实际到事件驱动!操纵串口的API都有使用到!-Their frequent use of the serial type, full-featured, the actual to the event-driven! Manipulate the serial port to have the freedom to use the API!
Platform: | Size: 62464 | Author: 曾以明 | Hits:

[Graph programvtkFLTK-0.6.1

Description: vtkFLTK is a small C++ class library easing development of FLTK event-driven interfaces for use with VTK. vtkFLTK allows composition of complex graphical interfaces to complex visualization facilities by bridging disparities between FLTK and VTK event and windowing system handling. -vtkFLTK is a small C++ class library easing development of FLTK event-driven interfaces for use with VTK. vtkFLTK allows composition of complex graphical interfaces to complex visualization facilities by bridging disparities between FLTK and VTK event and windowing system handling.
Platform: | Size: 169984 | Author: Ying Zhu | Hits:

[OS programEventCore0.004

Description: 什么是EventCore库 EventCore是一个用于提供线程同步,事件驱动,进程间数据传递,高精度计时器等功能的开源库。EventCore的最新源代码,可以在 http://event.googlecode.com 得到。EventCore库使用方便简单,内建线程管理,是开发多线程程序非常实用的一个库。 为什么要开发EventCore库 开发EventCore的目的是为了解决多线程程序通信,数据传递,函数调用,防死锁,线程同步,高精度计时器等问题。笔者在开发多线程程序时常常被线程同步和死锁给困捞,于是把平时项目中用于多线程同步(基于事件驱动)的代码整理出来写成EventCore库。 -What is EventCore library is a EventCore used to provide thread synchronization, event-driven, inter-process data transfer, high-precision timer features such as open-source database. EventCore the latest source code, can be http://event.googlecode.com. Treasury EventCore easy to use simple, built-thread management, is to develop multi-threaded program very useful as a library. Why should we develop EventCore Treasury EventCore development is designed to solve the multi-threaded process communications, data transmission, function call, anti-deadlock, thread synchronization, high-precision timer and so on. The author in the development of multi-threaded program is often used for thread synchronization and deadlock storm fishing, so the usual items for use in multi-thread synchronization (based on event-driven) finishing out of the code written in EventCore library.
Platform: | Size: 105472 | Author: china yaosan | Hits:

[Communicationopensipstack

Description: OpenSIPStack is an ongoing attempt to provide software developers a platform agnostic stack implementation of RFC 3261. Currently, OpenSIPStack can be compiled in Linux, Solaris, BSD, Darwin and Windows. It boasts of an event driven architecture which makes the library ideal for use in a high volume deployment-OpenSIPStack is an ongoing attempt to provide software developers a platform agnostic stack implementation of RFC 3261. Currently, OpenSIPStack can be compiled in Linux, Solaris, BSD, Darwin and Windows. It boasts of an event driven architecture which makes the library ideal for use in a high volume deployment
Platform: | Size: 16117760 | Author: Santhosh | Hits:

[Software EngineeringvcMSCom

Description: vc串口通讯控件MSComm编程详解,在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem).还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -vc serial communication control MSComm programming Xiang Jie, carried out the serial port communication in mfc simplest way is to use MSCOMM control in the dialog box has, MSComm communication control provides a range of standard communication command interface, which allows to establish serial port connection, you can connect to other communication devices (such as Modem). You can also send commands, data exchange and the surveillance and response in the communication process with various kinds of errors and events, so you can use it to create a full-duplex, event-driven, efficient and practical communication program.
Platform: | Size: 75776 | Author: 于玮婷 | Hits:

[Mathimatics-Numerical algorithmsEvent-driven-bank-simulation-system

Description: 通过程序动态模拟银行顾客在一家有n>=2个窗口的银行的到达和离开情况。通过计算每位顾客的平均等待时间及每一窗口处于“繁忙”状态的百分比,来测试银行的服务效率。实现中,可以用时间代表银行活动的对象,用事件驱动来模拟这些活动,并以概率(随机数发生器)来描述预期的客户到达率和银行职员为一个顾客服务所需的时间-Bank customers through the process in a dynamic simulation with n> = 2 windows of the bank' s arrival and departure of the situation. By calculating the average waiting time for each customer and each window is " busy" state the percentage to test the efficiency of banking services. Implementation, you can use time banking activities on behalf of the object, to simulate these event-driven activities, and with probability (random number generator) to describe the expected customer arrival rate and bank staff for the time required for a customer service
Platform: | Size: 1216512 | Author: 华灵 | Hits:

[Finance-Stock software systemBank-event-driven

Description: 经典C/C++源码,放在word中,银行事件驱动模拟程序的。程序完整,中间有明确的注释-Classic C / C + + source code, on the word, the Bank of event-driven simulation program. Integrity of the process, in the middle there is a clear comment
Platform: | Size: 8192 | Author: 1 | Hits:

[Otherevent-driven

Description: 一个基于事件驱动的串口通讯VB控件源代码-An event-driven serial communication VB controls source code
Platform: | Size: 11264 | Author: xuesfh | Hits:

[OtherAn-Event-Driven-Demand-Response-Scheme-for

Description: An Event-Driven Demand Response Scheme for Power System Security Enhancement
Platform: | Size: 735232 | Author: sekhar | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net